-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix receipt image is opened in transaction thread report #28640
Conversation
App crashes when replying to scan the receipt, seems there is a regression from different PR, please update your branch with the main |
@ArekChr Updated. |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromemweb.chrome.movMobile Web - Safarimweb.safari.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All works, thanks for PR
@aldo-expensify Please help to review the PR when you have a chance. |
@aldo-expensify Friendly bump. |
Sorry @dukenv0307 , I was OOO. Since it has been so long, can we update the branch with main before merging? just to check that all checks are passing with the latest |
@aldo-expensify I updated. |
Thanks! |
setIsReceipt(entry.item.isReceipt); | ||
setPage(entry.index); | ||
setActiveSource(entry.item.source); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAB: wondering if we should just put the whole entry
in a single state instead of having 3 states.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/aldo-expensify in version: 1.3.94-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/aldo-expensify in version: 1.3.94-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.94-2 🚀
|
🚀 Deployed to staging by https://github.com/aldo-expensify in version: 1.3.95-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.95-9 🚀
|
Details
We will fix to display the correct attachment preview when clicking on the attachment in the transaction thread report
Fixed Issues
$ #27824
PROPOSAL: #27824 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screencast.from.03-10-2023.00.31.22.webm
Mobile Web - Chrome
Record_2023-10-03-00-33-23.mp4
Mobile Web - Safari
Screen.Recording.2023-10-03.at.00.35.36.mov
Desktop
Screen.Recording.2023-10-03.at.00.49.26.mov
iOS
Screen.Recording.2023-10-03.at.00.44.10.mov
Android
27824.webm